home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 October / october_2001.iso / Site Building / Atomix Buttons / DATA1.CAB / Program_Executable_Files / resources / NprunB.properties < prev    next >
Encoding:
Text File  |  2000-02-14  |  1.4 KB  |  63 lines

  1. # @(#)Notepad.properties    1.5 2000/02/12
  2. #
  3. # Resource strings for Notepad example
  4.  
  5. Title=Atomix Buttons v1.2
  6. ElementTreeFrameTitle=Elements
  7. ViewportBackingStore=false
  8.  
  9. # menubar definition
  10. #
  11. # Each of the strings that follow form a key to be 
  12. # used to the actual menu definition.
  13. menubar=file help
  14.  
  15. # file Menu definition
  16. #
  17. # Each of the strings that follow form a key to be
  18. # used as the basis of a menu item definition.
  19. #
  20. # open ->  Notepad.openAction
  21. # new  ->  Notepad.newAction
  22. # save ->  Notepad.saveAction
  23. # exit ->  Notepad.exitAction
  24. file=new open save - exit
  25. fileLabel=File
  26. openLabel=Open
  27. openImage=resources/open.gif
  28. newLabel=New
  29. newImage=resources/new.gif
  30. saveLabel=Save
  31. saveImage=resources/save.gif
  32. exitLabel=Exit
  33.  
  34.  
  35. #about Menu definition
  36. #help=help register - about
  37. help=quickstart - help whatsnew website - purchase register 
  38. quickstartLabel=Quick Start
  39. helpLabel=Help
  40. whatsnewLabel=What's New in v1.2
  41. websiteLabel=Atomix Buttons Website
  42. purchaseLabel=Purchase Atomix Buttons
  43. registerLabel=Register
  44.  
  45. #aboutLabel=About
  46.  
  47. # toolbar definition
  48. #
  49. # Each of the strings that follow form a key to be
  50. # used as the basis of the tool definition.  Actions
  51. # are of course sharable, and in this case are shared
  52. # with the menu items.
  53. toolbar=new open save 
  54. newTooltip=Create a new file
  55. openTooltip=Open a file
  56. saveTooltip=Save to a file
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.